home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Audio, Video & Photo / MediaCoder 0.6.2.4200 / MediaCoder-0.6.2.4200.exe / htdocs / sys / main.xul < prev    next >
Extensible Markup Language  |  2007-10-27  |  1KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE window PUBLIC "-//MOZILLA//DTD XUL V1.0//EN" "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  3.  
  4. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  5. <?xml-stylesheet href="style.css" type="text/css"?>
  6.  
  7. <window id="sysinfo"
  8.         title="Platform Information"
  9.         xmlns:html="http://www.w3.org/1999/xhtml"
  10.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  11.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.         width="360"
  13.         height="306"
  14.         onload="init()"
  15.         >
  16.  
  17. <script language="javascript" src="sys.js"></script>
  18.  
  19. <spacer height="5" width="5"/>
  20. <tabbox>
  21.   <tabs>
  22.     <tab label="System Summary"/>
  23.     <!--tab label="Hardware Details"/>
  24.     <tab label="Software Details"/-->
  25.   </tabs>
  26.   <tabpanels>
  27.     <tabpanel><hbox id="summary" flex="1">Retrieving platform information...</hbox></tabpanel>
  28.     <tabpanel id="hardware"/>
  29.     <tabpanel id="software"/>
  30.   </tabpanels>
  31. </tabbox>
  32. </window>